Beispiel #1
0
 public SecureUsersModel GetUserByID(string ID, Guid ParlourId)
 {
     return(ToolsSetingBAL.GetUserByID(ID, ParlourId));
 }