예제 #1
0
파일: getUser.cs 프로젝트: hugoboiton/exams
 internal getUser(AppDb db)
 {
     Db = db;
 }
예제 #2
0
 internal getDocument(AppDb db)
 {
     Db = db;
 }