Esempio n. 1
0
 public function getAllCutoffSetting()
 {
     return Cutoffsetting::all();
     //return DB::table('cutoff_setting')->get();
 }