예제 #1
0
 public bool DeleteBranch(Int64 BranchID)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteBranch(BranchID));
     }
     catch (Exception)
     {
         throw;
     }
 }