示例#1
0
 public List <Service> GetServicebyAccount(Guid idAccount)
 {
     return(_serviceDao.GetServicesByAccount(idAccount));
 }