Exemplo n.º 1
0
 public RoomService(MinistryPlatform.Translation.Repositories.Interfaces.IRoomRepository roomService,
                    MinistryPlatform.Translation.Repositories.Interfaces.IEquipmentRepository equipmentService,
                    MinistryPlatform.Translation.Repositories.Interfaces.IEventRepository eventService)
 {
     _roomService      = roomService;
     _equipmentService = equipmentService;
     _eventService     = eventService;
 }
Exemplo n.º 2
0
 public EquipmentService(MinistryPlatform.Translation.Repositories.Interfaces.IEquipmentRepository equipmentService)
 {
     _mpEquipmentService = equipmentService;
 }