Ejemplo n.º 1
0
 public List <ExpensesModel> GetAllExpenseses(Guid ParlourId)
 {
     return(ToolsSetingBAL.GetAllExpenseses(ParlourId));
 }