示例#1
0
 public bool DeleteSchemeModule(Int64 NotesId)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteSchemeModule(NotesId));
     }
     catch (Exception)
     {
         throw;
     }
 }