예제 #1
0
파일: PL.cs 프로젝트: KudrinAV/Task5
 public bool CreateManager(string Name)
 {
     return(_dbConnect.CreateManager(Name));
 }