Пример #1
0
 /// <summary>
 /// Returns all contracts grouped by Mother
 /// </summary>
 /// <param name="order">true = order the contracts, false = don't order</param>
 /// <returns></returns>
 public IEnumerable <IGrouping <int, Contract> > GetAllContractsByMother() => dal.GetAllContractsByMother();