示例#1
0
 public System.Threading.Tasks.Task <int> InsertOborotAsync(int userId, HomeTaxer.Client.HomeTaxesReference.OborotDirection direction, HomeTaxer.Client.HomeTaxesReference.Oborot newOborot)
 {
     return(base.Channel.InsertOborotAsync(userId, direction, newOborot));
 }
示例#2
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <HomeTaxer.Client.HomeTaxesReference.Oborot> > GetAllOborotsAsync(int accountNameId, int userId, HomeTaxer.Client.HomeTaxesReference.OborotDirection direction)
 {
     return(base.Channel.GetAllOborotsAsync(accountNameId, userId, direction));
 }
示例#3
0
 public int InsertOborot(int userId, HomeTaxer.Client.HomeTaxesReference.OborotDirection direction, HomeTaxer.Client.HomeTaxesReference.Oborot newOborot)
 {
     return(base.Channel.InsertOborot(userId, direction, newOborot));
 }
示例#4
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <HomeTaxer.Client.HomeTaxesReference.Oborot> > GetOborotsAsync(int userId, System.Nullable <System.DateTime> beginDate, System.Nullable <System.DateTime> endDate, HomeTaxer.Client.HomeTaxesReference.OborotDirection direction)
 {
     return(base.Channel.GetOborotsAsync(userId, beginDate, endDate, direction));
 }