예제 #1
0
 public List <ExpensesModel> GetAllExpenseses(Guid ParlourId)
 {
     return(ToolsSetingBAL.GetAllExpenseses(ParlourId));
 }