Esempio n. 1
0
 public static CloudServer GetCloudServiceByCloudServiceId(string cloudserviceid)
 {
     try
     {
         return(CloudServiceService.GetCloudServiceByCloudServiceId(cloudserviceid));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }
Esempio 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());
     }
 }
Esempio n. 3
0
 public static IList <CloudServer> GetAllCloudServiceDealByProId(int proId)
 {
     try
     {
         return(CloudServiceService.GetAllCloudServiceDealByProId(proId));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }
Esempio n. 4
0
 public static IList <Comment> GetAllCommentList()
 {
     try
     {
         return(CloudServiceService.GetAllCommentList());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.ToString());
     }
 }