Esempio n. 1
0
 public static Pos_CostType GetPos_CostTypeByID(int id)
 {
     Pos_CostType pos_CostType = new Pos_CostType();
     SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();
     pos_CostType = sqlPos_CostTypeProvider.GetPos_CostTypeByID(id);
     return pos_CostType;
 }
Esempio n. 2
0
 public static List<Pos_CostType> GetAllPos_CostTypes()
 {
     List<Pos_CostType> pos_CostTypes = new List<Pos_CostType>();
     SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();
     pos_CostTypes = sqlPos_CostTypeProvider.GetAllPos_CostTypes();
     return pos_CostTypes;
 }
Esempio n. 3
0
    public static Pos_CostType GetPos_CostTypeByID(int id)
    {
        Pos_CostType            pos_CostType            = new Pos_CostType();
        SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();

        pos_CostType = sqlPos_CostTypeProvider.GetPos_CostTypeByID(id);
        return(pos_CostType);
    }
Esempio n. 4
0
    public static List <Pos_CostType> GetAllPos_CostTypes()
    {
        List <Pos_CostType>     pos_CostTypes           = new List <Pos_CostType>();
        SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();

        pos_CostTypes = sqlPos_CostTypeProvider.GetAllPos_CostTypes();
        return(pos_CostTypes);
    }
Esempio n. 5
0
 public static bool UpdatePos_CostType(Pos_CostType pos_CostType)
 {
     SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();
     return sqlPos_CostTypeProvider.UpdatePos_CostType(pos_CostType);
 }
Esempio n. 6
0
 public static int InsertPos_CostType(Pos_CostType pos_CostType)
 {
     SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();
     return sqlPos_CostTypeProvider.InsertPos_CostType(pos_CostType);
 }
Esempio n. 7
0
 public static bool DeletePos_CostType(int pos_CostTypeID)
 {
     SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();
     return sqlPos_CostTypeProvider.DeletePos_CostType(pos_CostTypeID);
 }
Esempio n. 8
0
    public static bool DeletePos_CostType(int pos_CostTypeID)
    {
        SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();

        return(sqlPos_CostTypeProvider.DeletePos_CostType(pos_CostTypeID));
    }
Esempio n. 9
0
    public static bool UpdatePos_CostType(Pos_CostType pos_CostType)
    {
        SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();

        return(sqlPos_CostTypeProvider.UpdatePos_CostType(pos_CostType));
    }
Esempio n. 10
0
    public static int InsertPos_CostType(Pos_CostType pos_CostType)
    {
        SqlPos_CostTypeProvider sqlPos_CostTypeProvider = new SqlPos_CostTypeProvider();

        return(sqlPos_CostTypeProvider.InsertPos_CostType(pos_CostType));
    }