Exemple #1
0
 public int?GetManagerId(string LastName)
 {
     return(_dbConnect.GetManagerId(LastName));
 }