This commit is contained in:
Aleksey Chichenkov 2018-09-19 13:40:04 +03:00
parent bbb8ca5fdf
commit d666a13d72
11 changed files with 687 additions and 164 deletions

View file

@ -1,20 +0,0 @@
/**
* Менеджер тип групп.<br>
*
* @namespace GroupTypes
*/
function GroupTypes() {
/**
* Вернет ссылку на Тип группы.
*
* @public
* @function get
* @param model_type groupType Адрес модели
* @returns tools.promise
* @memberof GroupTypes
*/
this.get = function (_groupType) {
};
}