コード例 #1
0
 public static List <ListCompanytAccount> GetAllListCompanytAccount(int ManId)
 {
     return(GetLastCompanyAccountDetailsFromCompanytAccountDetails(myRealProvider.GetAllLastCompanytAccount(ManId)));
 }