Example #1
0
File: PL.cs Project: KudrinAV/Task5
 public int?GetManagerId(string LastName)
 {
     return(_dbConnect.GetManagerId(LastName));
 }