예제 #1
0
파일: PL.cs 프로젝트: KudrinAV/Task5
 public int?GetManagerId(string LastName)
 {
     return(_dbConnect.GetManagerId(LastName));
 }