コード例 #1
0
 public bool Update(string id, Subscription entity)
 {
     try
     {
         return(_entityHelper.Update(id, entity));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }