public static List<ACC_ChartOfAccountLabel2> GetAllACC_ChartOfAccountLabel2s()
 {
     List<ACC_ChartOfAccountLabel2> aCC_ChartOfAccountLabel2s = new List<ACC_ChartOfAccountLabel2>();
     SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();
     aCC_ChartOfAccountLabel2s = sqlACC_ChartOfAccountLabel2Provider.GetAllACC_ChartOfAccountLabel2s();
     return aCC_ChartOfAccountLabel2s;
 }
 public static ACC_ChartOfAccountLabel2 GetACC_ChartOfAccountLabel2ByID(int id)
 {
     ACC_ChartOfAccountLabel2 aCC_ChartOfAccountLabel2 = new ACC_ChartOfAccountLabel2();
     SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();
     aCC_ChartOfAccountLabel2 = sqlACC_ChartOfAccountLabel2Provider.GetACC_ChartOfAccountLabel2ByID(id);
     return aCC_ChartOfAccountLabel2;
 }
Exemple #3
0
    public static ACC_ChartOfAccountLabel2 GetACC_ChartOfAccountLabel2ByID(int id)
    {
        ACC_ChartOfAccountLabel2            aCC_ChartOfAccountLabel2            = new ACC_ChartOfAccountLabel2();
        SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();

        aCC_ChartOfAccountLabel2 = sqlACC_ChartOfAccountLabel2Provider.GetACC_ChartOfAccountLabel2ByID(id);
        return(aCC_ChartOfAccountLabel2);
    }
Exemple #4
0
    public static List <ACC_ChartOfAccountLabel2> GetAllACC_ChartOfAccountLabel2s()
    {
        List <ACC_ChartOfAccountLabel2>     aCC_ChartOfAccountLabel2s           = new List <ACC_ChartOfAccountLabel2>();
        SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();

        aCC_ChartOfAccountLabel2s = sqlACC_ChartOfAccountLabel2Provider.GetAllACC_ChartOfAccountLabel2s();
        return(aCC_ChartOfAccountLabel2s);
    }
Exemple #5
0
    public static bool DeleteACC_ChartOfAccountLabel2(int aCC_ChartOfAccountLabel2ID)
    {
        SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();

        return(sqlACC_ChartOfAccountLabel2Provider.DeleteACC_ChartOfAccountLabel2(aCC_ChartOfAccountLabel2ID));
    }
Exemple #6
0
    public static bool UpdateACC_ChartOfAccountLabel2(ACC_ChartOfAccountLabel2 aCC_ChartOfAccountLabel2)
    {
        SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();

        return(sqlACC_ChartOfAccountLabel2Provider.UpdateACC_ChartOfAccountLabel2(aCC_ChartOfAccountLabel2));
    }
Exemple #7
0
    public static int InsertACC_ChartOfAccountLabel2(ACC_ChartOfAccountLabel2 aCC_ChartOfAccountLabel2)
    {
        SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();

        return(sqlACC_ChartOfAccountLabel2Provider.InsertACC_ChartOfAccountLabel2(aCC_ChartOfAccountLabel2));
    }
 public static bool UpdateACC_ChartOfAccountLabel2(ACC_ChartOfAccountLabel2 aCC_ChartOfAccountLabel2)
 {
     SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();
     return sqlACC_ChartOfAccountLabel2Provider.UpdateACC_ChartOfAccountLabel2(aCC_ChartOfAccountLabel2);
 }
 public static int InsertACC_ChartOfAccountLabel2(ACC_ChartOfAccountLabel2 aCC_ChartOfAccountLabel2)
 {
     SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();
     return sqlACC_ChartOfAccountLabel2Provider.InsertACC_ChartOfAccountLabel2(aCC_ChartOfAccountLabel2);
 }
 public static bool DeleteACC_ChartOfAccountLabel2(int aCC_ChartOfAccountLabel2ID)
 {
     SqlACC_ChartOfAccountLabel2Provider sqlACC_ChartOfAccountLabel2Provider = new SqlACC_ChartOfAccountLabel2Provider();
     return sqlACC_ChartOfAccountLabel2Provider.DeleteACC_ChartOfAccountLabel2(aCC_ChartOfAccountLabel2ID);
 }