Ejemplo n.º 1
0
 public InterfaceService()
 {
     cowRepo           = new CowRepository();
     lactationRepo     = new LactationRepository();
     notificationRepo  = new NotificationRepository();
     predictionService = new PredictionService();
     foodService       = new FoodService();
 }
Ejemplo n.º 2
0
 public NotificationService()
 {
     cowRepo          = new CowRepository();
     lactationRepo    = new LactationRepository();
     notificationRepo = new NotificationRepository();
 }