예제 #1
0
 public List <Site> GetAllSitesByClientId(int clientId)
 {
     try
     {
         return(SiteService.GetAllSitesByClientId(clientId));
     }
     catch (Exception)
     {
         throw;
     }
 }