示例#1
0
文件: PL.cs 项目: KudrinAV/Task5
 public int?GetManagerId(string LastName)
 {
     return(_dbConnect.GetManagerId(LastName));
 }