Beispiel #1
0
 public BussinessModel GetByIdBussiness(int id)
 {
     return(_bussinessService.GetByIdBussiness(id));
 }