Example #1
0
 public Dictionary <string, string> FillUsers(string CodeUserType)
 {
     return(db.FillUsers(CodeUserType));
 }