예제 #1
0
파일: Bl_imp.cs 프로젝트: AviK311/WPF
 public Admin GetAdmin(string id)
 {
     return(dal.GetAdmin(id));
 }