Esempio n. 1
0
File: PL.cs Progetto: KudrinAV/Task5
 public int?GetManagerId(string LastName)
 {
     return(_dbConnect.GetManagerId(LastName));
 }