예제 #1
0
 public bool Deleteteacher(bool b, string id)
 {
     if (b)
     {
         if (std.Deleteteacher(id))
         {
             return(true);
         }
         return(false);
     }
     else
     {
         return(false);
     }
 }