Пример #1
0
 public DistributorCommon GetUserById(string DistId, string UserId = "")
 {
     return(_repo.GetUserById(DistId, UserId));
 }