Collectable.scala 80 B

12345
  1. package com.weEat.models
  2. trait Collectable[T] {
  3. val collectionName: String
  4. }