Exemplo n.º 1
0
 public static CloudServer GetCloudServiceByCloudServiceId(string cloudserviceid)
 {
     try
     {
         return(CloudServiceService.GetCloudServiceByCloudServiceId(cloudserviceid));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }
Exemplo n.º 2
0
 public static IList <Comment> GetCommentByCsIdANDUserId(string Csname, string Username)
 {
     try
     {
         return(CloudServiceService.GetCommentByCsIdANDUserId(Csname, Username));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }
Exemplo n.º 3
0
 public static IList <CloudServer> GetAllCloudServiceDealByProId(int proId)
 {
     try
     {
         return(CloudServiceService.GetAllCloudServiceDealByProId(proId));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }
Exemplo n.º 4
0
 public static IList <Comment> GetAllCommentList()
 {
     try
     {
         return(CloudServiceService.GetAllCommentList());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }