示例#1
0
 public string DeleteOwner(int id)
 {
     try
     {
         return(_repository.DeleteOwner(id));
     }
     catch (Exception ee)
     {
         throw ee;
     }
 }