Example #1
0
 public string GetOrderOwnerFullNameWithUserId(int userId)
 {
     return(_appUserDal.GetOrderOwnerFullNameWithUserId(userId));
 }