Exemplo n.º 1
0
 public ExpensesModel GetExpensesByID(string ID, Guid ParlourId)
 {
     return(ToolsSetingBAL.GetExpensesByID(ID, ParlourId));
 }