예제 #1
0
 public VirtualBoard2Model(
     Lingkail.VMS.Data.SenaVMSContext context,
     JsonFileLocationService locationService)
 {
     _context         = context;
     _locationService = locationService;
 }
예제 #2
0
 public LocationsController(
     JsonFileLocationService jsonfilelocationservice)
 {
     locationsService = jsonfilelocationservice;
 }