Esempio n. 1
0
 public HocSinh FindOneHocSinh(string maHS, string passHS)
 {
     try
     {
         return(hocSinh.FindOneHocSinh(maHS, passHS));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }